projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f359a2
)
* mpuz.el (mpuz-board): Doc fix.
author
Jim Blandy
<jimb@redhat.com>
Thu, 29 Jul 1993 23:21:30 +0000
(23:21 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 29 Jul 1993 23:21:30 +0000
(23:21 +0000)
lisp/play/mpuz.el
patch
|
blob
|
history
diff --git
a/lisp/play/mpuz.el
b/lisp/play/mpuz.el
index 2738a7c76655862c1bac80046edb9581d9bf4908..b0d7aeaab0c8142cc1cdb8692cfb63196e3e7d4f 100644
(file)
--- a/
lisp/play/mpuz.el
+++ b/
lisp/play/mpuz.el
@@
-153,7
+153,7
@@
You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
;; Every digit appears in the board, crypted or not.
;;------------------------------------------------------
(defvar mpuz-board (make-vector 10 nil)
- "The board associates
ot
any digit the list of squares where it appears.")
+ "The board associates
to
any digit the list of squares where it appears.")
(defun mpuz-put-digit-on-board (number square)
"Put (last digit of) NUMBER on SQUARE of the puzzle board."